home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
The World of Computer Software.iso
/
uucico_s.lha
/
uucico_sd.readme
< prev
next >
Wrap
Text File
|
1992-12-20
|
3KB
|
80 lines
uucico 1.16.23.sd.1 20-DEC-1992 Steve Drew (drew@bootrom.cgo.dec.com)
-------------------
This is 1.16D uucico plus xferstat patches by John Bickers, and following
additions by Steve Drew.
All the changes are faily minor and have been tested heavily and in use
for months. No enforcer hits.
o Added Mail notify on failure/success file copies (see below)
o Added Packet retransmit loggin. (adds line to uuspool: if any retransmits)
ie:
(12/19-00:09:34) uucico,amucexp,drew Retransmitted/Total Packets: 2/133
o GIO changes to Force failure if > %25 packets in error.
o Added 8K (setvbuf) to buffer writes to disk.
o Fixed bug with send_file returning COPYFAIL (otherwise AmigaUUCP could
loose files on send if protocol error just after startup)
o Logging of phone number dialed to logfile. (even if dial fails).
o Record device used and phone number dailed in xferstat.
o Records if conversation failed to both logfile and xferstat.
xferstat example:
< bigsys 06-12-92 00:45:36 > 06-12-92 00:45:49 (00:00:13) 1121 590 52%
| g 3 256 427 14155 # 0 7680 # 0 1
| VIA device serial.device unit 0 number 5558014
# Conversation FAILED => LOGFILE
The source is included for the changed modules since 1.16D, including the
xferstat support.
Other features are still waiting to be added to uucico, these are the
ones I needed the most and provide them for anyone to continue to improve
uucico. Just ensure any new versions are can be indentified by changing
the VER and uident strings in the source.
UUCICO mail notification.
-------------------------
This version of uucico will send a mail notification to postmaster on
events such as failed uucp'd files or succesful incoming or outgoing
file copies depending on the value of CopyNotify in the config file.
The default is 0, and no notifications will be sent.
The mail is always From UUCICO except for incoming file copies for which
the from will be the remote user that sent you the file.
-------------Add following to uulib:config file---------------------
# UUCICO, copy notify options
#
#Bitmask:
#
# 1 - notify of send failures that will not be retried (ie denied)
# 2 - notify of send failures that will be retried (ie protocol errors)
# 4 - notify of successfull outgoing file copy (uucp'd copies only)
# 8 - notify of incoming file (uucp'd file copies only)
#16 - notify of incoming failure of anykind
#
# ie set to 31 for all features.
#
# mail is sent to postmaster. So alias postmaster in config file as desired.
#
#Notify of any failures, and any incoming uucp'd copied files
#
CopyNotify 11